Skip to main content

Module: CategoryFeed

Interfaces

Functions

CategoryFeed

CategoryFeed(inProps): JSX.Element

API documentation for the Community-JS Category Feed Template. Learn about the available props and the CSS API.

This component renders a specific category's feed. Take a look at our demo component here

Import

import {CategoryFeed} from '@selfcommunity/react-templates';

Component Name

The name SCCategoryFeedTemplate can be used when providing style overrides in the theme.

CSS

Rule NameGlobal classDescription
root.SCCategoryFeedTemplate-rootStyles applied to the root element.

Parameters

NameType
inPropsCategoryFeedProps

Returns

JSX.Element

Defined in

CategoryFeed/CategoryFeed.tsx:133


CategoryFeedSkeleton

CategoryFeedSkeleton(): JSX.Element

API documentation for the Community-JS Category Feed Skeleton Template. Learn about the available props and the CSS API.

Import

import {CategoryFeedSkeleton} from '@selfcommunity/react-templates';

Component Name

The name SCCategoryFeedTemplate-skeleton-root can be used when providing style overrides in the theme.

CSS

Rule NameGlobal classDescription
root.SCCategoryFeedTemplate-skeleton-rootStyles applied to the root element.

Returns

JSX.Element

Defined in

CategoryFeed/Skeleton.tsx:35